|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfurny.Furny
public final class Furny
Starter class for the Furny application.
Field Summary | |
---|---|
private static org.slf4j.Logger |
LOGGER
|
Constructor Summary | |
---|---|
private |
Furny()
Instantiation is not necessary. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
The main method that starts all programs. |
private static void |
showHelp()
Shows the help on the console. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final org.slf4j.Logger LOGGER
Constructor Detail |
---|
private Furny()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- Many arguments are possible. See output of the showHelp()
method or start the class with the argument -h
.private static void showHelp()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |